home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-11-14 | 9.3 KB | 455 lines |
- ;;;;;;;;;;;;
- ;; Step 9 ;;
- ;;;;;;;;;;;;
- ; NOTE: Instructions start in install.ini
- ;
- ; Set SingleLanguage if the burst screen is only to operate in one language
- ; If left blank, the Burst screen will appear in the language defined by the OS
- ;
- ; SingleLanguage value MUST match a key value in language.ini
- ;
- [FIXED LANGUAGE]
- SingleLanguage=ISLANG_ENGLISH_UNITEDSTATES
- ;ISLANG_ENGLISH_UNITEDSTATES
-
- ;;;;;;;;;;;;;
- ;; Step 10 ;;
- ;;;;;;;;;;;;;
- ;
- ; The burst screen will not launch if any windows are present with the titles specified
- ; The burst itself just the title "Disney Interactive
- ;
- ; JOHN - put the name of your game .EXE name as it appears when user does an ALT-TAB.
- ; This will prevent Burst from running when the game is running (potentially causing
- ; some weird bugs). It does so by searching for any open windows that are in the list.
- ; I say leave #1 and fill in the others. Please include any
- ; LM2 demos you may be having. Adjust the WindowCount as appropriately
- [OPEN WINDOWS]
- WindowCount=2
- 1=Disney Interactive
- 2=Cinderella's Dollhouse
-
- [OPEN DEMO WINDOWS]
- DemoWindowCount=4
- 1=BELLEDEMO
- 2=Disneys Magic Artist Studio Demo
- 3=QuickTime 4 Setup
- 4=Play Little Mermaid II Trailer
-
- ;;;;;;;;;;;;;
- ;; Step 11 ;;
- ;;;;;;;;;;;;;
- ;
- ; Check that the correct bitlmap is placed in Burst\Bitmaps
- ;
- [AUTOPLAY OPTIONS]
- TurnOffDupCheck=1
- BackgroundBitmapFile=burst.bmp
- IntroAVI=
- ToolTipTimer=1200
- BitmapPosX=0
- BitmapPosY=0
- StartX=38
- StartY=127
- SpacingY=98
-
-
-
- ;;;;;;;;;;;;;
- ;; Step 12 ;;
- ;;;;;;;;;;;;;
-
- ;; The following sections determine how various of the the buttons look and
- ;; operate. Positions may need tweaking
- ;;
-
- [REGISTER BUTTON]
- TransparentOn=0
- TextLocation=RSIDE
- RegisterButtonX=-500
- RegisterButtonY=175
- ForceTextOffsetX=3
- ForceTextOffsetY=2
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=bulletz.BMP
- OverButtonGraphicFile=bulletro.BMP
- ClickButtonGraphicFile=bulletro.BMP
- RollOff1=bulletr1.BMP
- RollOff2=bulletr2.BMP
- RollOffSpeed=3
- ForceToolTipX=
- ForceToolTipY=
-
- [HELP BUTTON]
- TransparentOn=0
- TextLocation=RSIDE
- HelpButtonX=50
- HelpButtonY=175
- ForceTextOffsetX=3
- ForceTextOffsetY=1
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=bulletz.BMP
- OverButtonGraphicFile=bulletro.BMP
- ClickButtonGraphicFile=bulletro.BMP
- RollOff1=bulletr1.BMP
- RollOff2=bulletr2.BMP
- RollOffSpeed=3
- ForceToolTipX=
- ForceToolTipY=
-
- [UNINSTALL BUTTON]
- TransparentOn=0
- TextLocation=RSIDE
- UninstallButtonX=50
- UninstallButtonY=219
- ForceTextOffsetX=3
- ForceTextOffsetY=2
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=bulletz.BMP
- OverButtonGraphicFile=bulletro.BMP
- ClickButtonGraphicFile=bulletro.BMP
- RollOff1=bulletr1.BMP
- RollOff2=bulletr2.BMP
- RollOffSpeed=3
- ForceToolTipX=3
- ForceToolTipY=
-
- [OPTIONAL BUTTON]
- TransparentOn=0
- TextLocation=RSIDE
- OptionalButtonX=-200
- OptionalButtonY=-1
- ForceTextOffsetX=
- ForceTextOffsetY=
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=bulletz.BMP
- OverButtonGraphicFile=bulletro.BMP
- ClickButtonGraphicFile=bulletro.BMP
- RollOff1=bulletr1.BMP
- RollOff2=bulletr2.BMP
- RollOffSpeed=3
- ForceToolTipX=
- ForceToolTipY=
-
- [DEMO BUTTON]
- TransparentOn=0
- TextLocation=RSIDE
- DemoButtonX=50
- DemoButtonY=153
- ForceTextOffsetX=3
- ForceTextOffsetY=2
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=bulletz.BMP
- OverButtonGraphicFile=bulletro.BMP
- ClickButtonGraphicFile=bulletro.BMP
- RollOff1=bulletr1.BMP
- RollOff2=bulletr2.BMP
- RollOffSpeed=3
- ForceToolTipX=
- ForceToolTipY=
-
-
- [INTERNET BUTTON]
- TransparentOn=0
- TextLocation=RSIDE
- ECATButtonX=50
- ECATButtonY=197
- ForceTextOffsetX=3
- ForceTextOffsetY=2
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=bulletz.BMP
- OverButtonGraphicFile=bulletro.BMP
- ClickButtonGraphicFile=bulletro.BMP
- RollOff1=bulletr1.BMP
- RollOff2=bulletr2.BMP
- RollOffSpeed=3
- ForceToolTipX=
- ForceToolTipY=
-
-
- ;; This can be used to adjust the location of the demo buttons if more than
- ;; one is required
-
- [DEMOS]
- AfterClickDisableButtons=0
- TextLocation=RSIDE
- DemoButtonGraphicFile=bulletz.BMP
- DemoOverButtonGraphicFile=bulletro.BMP
- DemoClickButtonGraphicFile=bulletro.BMP
- DemoRollOff1=bulletr1.bmp
- DemoRollOff2=bulletr2.bmp
- RollOffSpeed=3
- StartDemoX=20
- StartDemoY=140
- ForceTextOffsetX=4
- ForceTextOffsetY=0
- SpacingY=58
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonErrorSound=error.wav
- QuitBurstAfterDemoLaunch=1
- ExitButtonX=182
- ExitButtonY=304
-
- ;;;;;;;;;;;;;
- ;; Step 13 ;;
- ;;;;;;;;;;;;;
- ;
- ; Open up shortcuts.ini and follow instructions for step 13
- ;
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;; General Configuration that should be rarely touched
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [CDROM LAYOUT]
- ArtPath=BURST\BITMAPS\
- MediaPath=BURST\MEDIA\
- CUSTOM_STRINGS=BURST\STRINGS\
- CURSORS=BURST\CURSORS\
- TOOLS=BURST\TOOLS\
-
- [LAUNCH TIMERS]
- AOL=6000
- COMPUSERV=6000
- PRODIGY=6000
- PING=6000
- PINGRETRY=10
- UserMessageDelay=1000
-
- [CURSORS]
- File=Hourglas.ani
-
- [ANIMATION SEQUENCE]
- AnimationTimer=100
- Top=0
- Left=45
- Count=0
- 1=sprkl01.bmp
- 2=sprkl02.bmp
- 3=sprkl03.bmp
- 4=sprkl04.bmp
- 5=sprkl05.bmp
- 6=sprkl06.bmp
- 7=sprkl07.bmp
- 8=sprkl08.bmp
- 9=sprkl09.bmp
- 10=sprkl10.bmp
- 11=sprkl11.bmp
-
- ;;
- ;; Weight=NORMAL, BOLD
- ;; Width= 0 (Default)
- ;; Face Name of any installed Font
- ;; Note special cases for Japanese systems that use MS Gothic
- [TEXT SIZE]
- Height=14
- Width=0
- Weight=BOLD
- Name=Arial
- ISLANG_JAPANESE_Weight=NORMAL
- ISLANG_JAPANESE_Name=MS Gothic
-
- ToolTipHeight=15
- ToolTipWidth=0
- ToolTipWeight=NORMAL
- ToolTipName=Arial
- ISLANG_JAPANESE_ToolTipWeight=NORMAL
- ISLANG_JAPANESE_ToolTipName=MS Gothic
-
- MessageHeight=14
- MessageWidth=0
- MessageWeight=NORMAL
- MessageName=Arial
- ISLANG_JAPANESE_MessageWeight=NORMAL
- ISLANG_JAPANESE_MessageName=MS Gothic
-
- MessageButtonHeight=16
- MessageButtonWidth=0
- MessageButtonWeight=BOLD
- MessageButtonName=Arial
- ISLANG_JAPANESE_MessageButtonWeight=NORMAL
- ISLANG_JAPANESE_MessageButtonName=MS Gothic
-
- [TEXT COLOR]
- ToolTipBkColorRed=200
- ToolTipBkColorBlue=200
- ToolTipBkColorGreen=200
-
- ButtonTransparentColorRed=0
- ButtonTransparentColorGreen=255
- ButtonTransparentColorBlue=0
-
- TextColorRed=160
- TextColorBlue=160
- TextColorGreen=164
-
- TextHighlightColorRed=42
- TextHighlightColorBlue=31
- TextHighlightColorGreen=85
-
- ButtonDownColorRed=42
- ButtonDownColorGreen=31
- ButtonDownColorBlue=85
-
- Fade1ColorRed=85
- Fade1ColorGreen=95
- Fade1ColorBlue=85
-
- Fade2ColorRed=128
- Fade2ColorGreen=128
- Fade2ColorBlue=128
-
- [DIALER BACKGROUND]
- AnimationTimer=50
- Bitmap=dialup.bmp
- ;;;Red=41
- ;;;Green=8
- ;;;Blue=128
- Red=93
- Green=6
- Blue=152
-
- [LOGO HOTSPOT]
- Top=0
- Left=0
- Right=0
- Bottom=0
-
- ;;
- ;;
- ;; TextLocation: RSIDE, LSIDE, ABOVE, BELOW
- ;; RollOffSpeed : Set to 0 to disable.
- [PLAY BUTTON]
- TransparentOn=0
- TextLocation=BELOW
- PlayButtonX=182
- PlayButtonY=300
- ForceTextOffsetX=2
- ForceTextOffsetY=0
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=PLAYZERO.bmp
- OverButtonGraphicFile=PLAY_RO.bmp
- ClickButtonGraphicFile=PLAY_MD.bmp
- RollOff1=PLAY_ROF.bmp
- RollOff2=PLAY_ROF.bmp
- RollOffSpeed=5
- ForceToolTipX=-24
- ForceToolTipY=0
-
- [EXIT BUTTON]
- TransparentOn=0
- TextLocation=BELOW
- ExitButtonX=264
- ExitButtonY=300
- ForceTextOffsetX=3
- ForceTextOffsetY=3
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=CAN_ZERO.BMP
- OverButtonGraphicFile=CAN_RO.BMP
- ClickButtonGraphicFile=CAN_MD.BMP
- RollOff1=CAN_ROF.BMP
- RollOff2=CAM_ROF.BMP
- RollOffSpeed=5
- ForceToolTipX=0
- ForceToolTipY=0
-
- [INSTALL/REINSTALL BUTTON]
- TransparentOn=0
- TextLocation=BELOW
- InstallButtonX=178
- InstallButtonY=300
- ForceTextOffsetX=6
- ForceTextOffsetY=1
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=INS_ZERO.BMP
- OverButtonGraphicFile=INS_RO.BMP
- ClickButtonGraphicFile=INS_MD.BMP
- RollOff1=INS_ROF.BMP
- RollOff2=INS_ROF.BMP
- RollOffSpeed=5
- ForceToolTipX=-24
- ForceToolTipY=0
-
- [CONFIG BUTTON]
- ExeFile=
- TransparentOn=0
- TextLocation=RSIDE
- ConfigButtonX=-200
- ConfigButtonY=-1
- ForceTextOffsetX=3
- ForceTextOffsetY=2
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=bulletz.BMP
- OverButtonGraphicFile=bulletro.BMP
- ClickButtonGraphicFile=bulletro.BMP
- RollOff1=bulletr1.BMP
- RollOff2=bulletr2.BMP
- RollOffSpeed=3
- ForceToolTipX=
- ForceToolTipY=
-
- [RETURN TO MAIN BUTTON]
- TransparentOn=1
- TextLocation=RSIDE
- ReturnButtonX=40
- ReturnButtonY=163
- ForceTextOffsetX=0
- ForceTextOffsetY=0
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- ButtonGraphicFile=
- OverButtonGraphicFile=
- ClickButtonGraphicFile=
- RollOff1=
- RollOff2=
-
- [DEBUG]
- DebugMessages=0
- SkipBrowserCheck=0
- SkipModemCheck=1
- SkipRAS=0
- SkipWinSock=0
- ForceBrowserLaunch=0
- DisableEthernetCheck=0
- SkipPingEthernetCheck=0
- IfModemSkipEthernet=1
- TestCompuServNoBrowser=0
- TestAOLNoBrowser=0
- TestCompuServWithBrowser=0
- TestAOLWithBrowser=0
- SkipInternetPermission=0
- SkipUserMsg=0
- SkipAOL=0
- SkipCompuServ=0
- ManualInternetOnly=1
- ExitAfterPlay=1
-
- [MESSAGE BOX]
- ExecuteButtonX=200
- ExecuteButtonY=250
-
- ExitButtonX=100
- ExitButtonY=250
- OKButtonX=270
- OKButtonY=250
- ButtonSound=InstallRO.wav
- ButtonSelectSound=InstallMD.wav
- RollOffSpeed=10
-
-
-
-
-
-
-